'Declaration <DescriptionAttribute("The count of rows in the table.")> Public Property RowCount As System.Int32
[Description("The count of rows in the table.")] public System.Int32 RowCount { get; set; }
[Description("The count of rows in the table.")] public: __property System.Int32 get_RowCount(); public: __property void set_RowCount(
System.Int32 value
);
[Description("The count of rows in the table.")] public:
property System.Int32 RowCount { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимо любое положительное значение.